home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / facts.arc / FACTS.DOC < prev    next >
Text File  |  1991-01-15  |  13KB  |  303 lines

  1.  
  2.                                    FACTS 1.5
  3.                                    =========
  4.  
  5.                               A Livewire BBS Door
  6.                                   PCBoard(TM) 
  7.  
  8.                                       By
  9.  
  10.                                 Richard Pauqette
  11.                                    PO Box 416
  12.                               Mt. Laurel, NJ 08054
  13.  
  14.                                (C) Copyright 1990
  15.                                All Rights Reserved
  16.  
  17.  
  18.     First I would like to thank Mr. Ted Freeman from MicroNet PCBoard
  19.     for all his suggestions and mostly for the creation of "DoorFrame"
  20.     which this door was created in. It's simple approach to programing
  21.     made this door and many more to come possible!
  22.  
  23.                                      ======
  24.  
  25.                  DOOR DESCRIPTION!
  26.  
  27.  
  28.    If you have ever watched Jeopardy on television, then you will have a very
  29. good idea what FACTS is all about.. when you first enter the door, the main
  30. menu allows you:
  31.  
  32.                         1. Play the GAME OF FACTS    
  33.                         2. Get Instructions/Help
  34.                         3. View Scoreboard
  35.                         4. Color On/Off
  36.                         Q. Return to BBS
  37.  
  38.    1. Play the GAME OF FACTS brings you to a full page category menu with the
  39.  categories listed across the top line. When you select a category number, it
  40.  then prompts for the amount to win which are listed vertically. After you have
  41.  selected the amount, the answer is displayed with a prompt for the question.
  42.  
  43.       You enter the question, if correct, then you score is updated with the
  44.  amount you selected, if wrong, no score is given nor is the amount taken from
  45.  your current score.
  46.  
  47.       If you play all 25 questions, you are then automatically brought to the
  48.  BONUS ROUND at which time you will be prompted to BET on the question. Your
  49.  bet can be anything from $1.00 to your TOTAL SCORE. If you win, you double
  50.  your bet and if you lose, you lose only your bet.
  51.  
  52.       You are then brought to the main menu and cannot play again unless you
  53.  exit the door and re-enter it if your time online has more than 5 minutes
  54.  left. If not.. then you won't be allowed back in.
  55.  
  56.    2. Get Instructions is similiar to these descriptions.
  57.  
  58.    3. View Scoreboard will list your name according to the highest score first
  59.  and descending from there.
  60.  
  61.    4. Color On/Off allows you to toggle your color on or off.
  62.  
  63.    5. Returns you to the BBS.
  64.  
  65.                                      =======
  66.                                       FILES
  67.  
  68.              The following files are packaged with FACTS.ZIP
  69.  
  70.  Facts.exe   <--- executable program must be in directory at all times
  71.  Facts.cfg   <--- sample configuration file, must have one for each node
  72.  Categor.eis <--- this file contains names of the categories in the directory
  73.  science.dat <--- one question and answer file, must be in directory
  74.  flowers.dat <--- another question and answer file, must be in directory
  75.  cities.dat  <--- another question and answer file, must be in directory
  76.  capital.dat <--- another question and answer file, must be in directory
  77.  movies.dat  <--- another question and answer file, must be in directory
  78.  facts.usr   <--- created by program and MUST NOT BE DELETED
  79.                   (this maintains the players names and scores)
  80.  
  81.  Categor.eis contains all the current categories in your directory that are
  82. randomly selected and place in the game.. the more you have the better it is.
  83.  
  84.  Each time someone opens the door, there will be different categories to get
  85. selected and the program takes care of all the work for you. Please read the
  86. important note to find out more...
  87.  
  88.   IMPORTANT NOTE:
  89.  
  90.   When this door is registered, you may download other *.dat files and add them
  91. to your categor.eis file with the facts utility now being finished. Each of the
  92. *.dat files has 50 questions and the questions are randomly selected so that
  93. 90% of the time, the same question will not appear twice in the same category
  94. within the 5 dollar amounts.
  95.   
  96.   Of course by registrating this door, you will have access to all the new
  97. *.dat files being created and you will recieve an editor to add questions to
  98. the existing *.dat files and also add new categories along with editing the
  99. facts.usr file.
  100.  
  101.   The Editor and other dat files are downloadable from The Livewire BBS, home
  102. of FACTS.ZIP plus many other fine door products.
  103.  
  104.   Other files already to go include subjects such as: 
  105.  
  106.   History, General, Flowers, Trees, Capitals, Cities, Trekie, Science plus many
  107. more under construction, the initial file contains only 50 questions which you
  108. can add to with your facts editing program.
  109.  
  110.   Please be sure to register as soon as possible.. will ease your conscious and
  111. allow you to have unlimited categories.
  112.  
  113.                                      =======
  114.  
  115.                 CONFIGURATION FILE
  116.  
  117. C:\PCB\PCBOARD.SYS                  <- Path/filename to PCBOARD.SYS
  118. The Livewire BBS                    <- Name of BBS
  119. Richard                             <- Sysop's first name
  120. Paquette                            <- Sysop's last Name
  121. 999999                              <- Registration number 
  122.                                        (you MUST have something there!)
  123.  
  124.  
  125.                                  ==============
  126.  
  127.                                 FACTS BATCH FILE
  128.  
  129. This is the batch file whose name is entered in PCBSETUP. It should reside in
  130. your default PCB directory. Leave this as is except for changing the paths.
  131.  
  132. ECHO OFF
  133. E:
  134. CD\FACTS
  135. FACTS FACTS.CFG  <--- Please read NOTE below
  136. C:
  137. CD\PCB
  138. BOARD
  139.  
  140.   NOTE: FACTS requires the presence of BRUN45.EXE either in the
  141.         same directory as FACTS or accessible via PATH. If you set
  142.         your library in autoexec.bat and all the brun files there,
  143.         then you have no problems.. 
  144.  
  145.         SET MYLIB = C:\MYLIB
  146.  
  147.         Be sure to put all your brun*.exe files in the mylib directory!
  148.  
  149.   NOTE: This door is multi-node capable and the requirement is to have a
  150.         different facts.cfg passed on the batch file command line, such
  151.         as: Facts Facts1.cfg * Facts Facts2.cfg * Facts Facts3.cfg!
  152.  
  153.                      ------------------------------------
  154.  
  155.                                 DOOR OPERATION
  156.                                 --------------
  157.   
  158.   F3    -   Toggles the printer On/Off.
  159.             Value is passed to PCBoard.
  160.   F4    -   Toggles the Page Bell On/Off.
  161.             Value is passed to PCBoard.
  162.   F5    -   DOS Shell.  Allows SysOp to exit to DOS from inside a DOOR.
  163.   F7    -   Toggles the Caller Alarm On/Off.
  164.             Value is passed to PCBoard.
  165.   F8    -   Returns the caller involuntarily to PCBoard.
  166.             Without letting them know that the sysop called them back!
  167.   F9    -   Toggles the local display On/Off.
  168.             Value is passed to PCBoard.
  169.   F10   -   Activates SysOp CHAT mode within the DOOR.
  170.  
  171.   ESC   -   Deactivates CHAT mode.  DOOR is resumed.
  172.   HOME  -   HELP key for status line options.
  173.   UP    -   Allows the SysOp to temporarily give the caller extra time
  174.             while in the DOOR.  This time is NOT passed to PCBoard.
  175.   DN    -   Allows the SysOp to temporarily subtract time from the
  176.             caller while in the DOOR.  This time is NOT passed to PCBoard.
  177.   ALT-N -   SysOp next on toggle.
  178.             Value is passed to PCBoard.
  179.   ALT-X -   PCBoard will exit after current caller logs off.
  180.             Value is passed to PCBoard.
  181.  
  182.                             WATCHDOG/CTTY/ANSI.SYS
  183.                             ----------------------
  184.  
  185.         CTTY and WATCHDOG are not required and should not be used with
  186.         this program.  FACTS contains its own communication routines
  187.         which monitor the COM port.  If carrier is lost, it will return
  188.         to PCBoard where the BBS will log the user off the system.
  189.         ANSI.SYS, or something similar, is required for FACTS to
  190.         function properly!
  191.  
  192.  
  193.                                  DISTRIBUTION
  194.                                  ------------
  195.  
  196.         FACTS is COPYRIGHTED by Richard Paquette, with all rights reserved.
  197.         This program is being distributed via the SHAREWARE concept and as
  198.         such, may be copied freely with the following restrictions:
  199.  
  200.                 * The program must be supplied in it's original
  201.                   unmodified form, including documentation.
  202.  
  203.                 * FACTS may not be distributed as part of any
  204.                   commercial application or service without the
  205.                   express, written consent of the author.
  206.  
  207.                 * Vendors of Shareware/Public Domain software may
  208.                   not distribute this program without the express,
  209.                   written consent of the author.
  210.  
  211.                                  REGISTRATION
  212.                                  ------------
  213.  
  214.         FACTS represents many hours of programming and the author
  215.         deserves just compensation for his time, efforts and expertise.
  216.         If you find this program to be of some value and you continue
  217.         to use it on your BBS system, you must return the registration
  218.         form provided along with the registration fee. Registration
  219.         entitles you to free upgrades via modem from The Livewire's Support
  220.  
  221.         Additional upgrades/support to the BBS are available at $35.00 per
  222.         year. Payments should be made in the form of a check or money order
  223.         (do NOT send cash!). Foreign orders must be in U.S. funds drawn on a
  224.         U.S. bank. You may also call The Livewire BBS and register online via
  225.         Visa or Mastercard by completing the proper Script Questionaire.
  226.  
  227.         Suggestions and/or comments may be sent to the address below or
  228.         via electronic mail: 
  229.  
  230.                   HUBSNJ for RelayNet and Node ID is: LIVEWIRE
  231.  
  232.                                  Richard Paquette
  233.                                  The Livewire BBS     
  234.  
  235.                      (609) 235-5297 MNP/5 - 300/1200/2400
  236.                      (609) 866-2551 HST/V.32 - 12/24/96/19,2/38,4
  237.                      (609) 727-3246 V.42/MNP/5 - 300/1200/2400
  238.  
  239.                             ----------------------
  240.  
  241.          L I V E W I R E   D O O R   R E G I S T R A T I O N   F O R M 
  242.  
  243.  
  244.       TO:    The Livewire BBS                            Date___/___/___ 
  245.              P.O. Box 416  
  246.              Mt. Laurel, NJ 08054
  247.  
  248.  
  249.             (Please use capitalization and punctuation where necessary.)
  250.  
  251.  
  252.       FROM:  SysOp Name: _______________________________________________ 
  253.  
  254.              BBS Name: _________________________________________________
  255.  
  256.              Address: __________________________________________________ 
  257.  
  258.              City: ______________________ State: __________ ZIP: _______ 
  259.  
  260.              Voice: (   ) _________________ BBS: (   ) _________________
  261.  
  262.              BBS Software: _____________________ BBS Hours: ____________
  263.  
  264.              Baud Rates:________________________                 (01-15)
  265.  
  266.  
  267.       SOFTWARE                          VERSION                   PRICE 
  268.       --------                          -------                   -----
  269.  
  270.       Facts ............................. 1.5 ................. $ 35.00 __
  271.       ViewUSA ........................... 1.0 ................. $ 30.00 __
  272.       Pickit ............................ 1.5 ................. $ 15.00 __
  273.       CD Sub ............................ 1.0 ................. $ 15.00 __
  274.       LiveStore ......................... 3.7 ................. $ 35.00 __
  275.       Races ............................. 1.5 ................. $ 15.00 __
  276.                                                                   -----
  277.  
  278.       (NJ residents add 7% tax)                                   _____
  279.  
  280.       (Foreign orders add $10.00 for shipping)                    _____
  281.  
  282.       Total                                                     $ _____ 
  283.  
  284.  
  285.                                 F E E D B A C K 
  286.                                 ---------------
  287.  
  288.       I learned of FACTS from:
  289.  
  290.                 [  ] - A Friend         [  ] - Computer Club
  291.                 [  ] - BBS              [  ] - Compuserve
  292.                 [  ] - GEnie            [  ] - Other 
  293.  
  294.       COMMENTS: _____________________________________________________ 
  295.       _______________________________________________________________ 
  296.       _______________________________________________________________ 
  297.       _______________________________________________________________ 
  298.       _______________________________________________________________ 
  299.       _______________________________________________________________ 
  300.       _______________________________________________________________ 
  301.       _______________________________________________________________ 
  302.  
  303.